Skip to content

Conversation

@shnizzedy
Copy link
Member

Fixes

Resolves #2222 by @shnizzedy

Description

Adds a support policy and defines code ownership.

Technical details

As responsibilities change, with these teams

C-PAC/.github/CODEOWNERS

Lines 18 to 30 in b15aece

# Global maintenance
* @FCP-INDI/Maintenance
# DevOps
/pyproject.toml @FCP-INDI/DevOps
/requirements.txt @FCP-INDI/DevOps
/setup.py @FCP-INDI/DevOps
/dev @FCP-INDI/DevOps
/scripts @FCP-INDI/DevOps
/.* @FCP-INDI/DevOps
/.circleci @FCP-INDI/DevOps
/.github @FCP-INDI/DevOps
**/*Dockerfile @FCP-INDI/DevOps
assigned as codeowners, we can just update team membership in https://github.com/orgs/FCP-INDI/teams/developers/teams instead of needing to update CODEOWNERS.

Screenshots

warning in README support policy

Checklist

  • My pull request has a descriptive title (not a vague title like Update index.md).
  • My pull request targets the develop branch of the repository.
  • My commit messages follow best practices.
  • My code follows the established code style of the repository.

🚫 I added tests for the changes I made (if applicable).

  • I updated the changelog.
  • I added or updated documentation (if applicable).
  • I tried running the project locally and verified that there are no visible errors.

Developer Certificate of Origin

Developer Certificate of Origin
Developer Certificate of Origin
Version 1.1

Copyright (C) 2004, 2006 The Linux Foundation and its contributors.
1 Letterman Drive
Suite D4700
San Francisco, CA, 94129

Everyone is permitted to copy and distribute verbatim copies of this
license document, but changing it is not allowed.


Developer's Certificate of Origin 1.1

By making a contribution to this project, I certify that:

(a) The contribution was created in whole or in part by me and I
    have the right to submit it under the open source license
    indicated in the file; or

(b) The contribution is based upon previous work that, to the best
    of my knowledge, is covered under an appropriate open source
    license and I have the right under that license to submit that
    work with modifications, whether created in whole or in part
    by me, under the same open source license (unless I am
    permitted to submit under a different license), as indicated
    in the file; or

(c) The contribution was provided directly to me by some other
    person who certified (a), (b) or (c) and I have not modified
    it.

(d) I understand and agree that this project and the contribution
    are public and that a record of the contribution (including all
    personal information I submit with it, including my sign-off) is
    maintained indefinitely and may be redistributed consistent with
    this project or the open source license(s) involved.

Co-authored-by: Biraj Shrestha  <[email protected]>
Co-authored-by: Steve Giavasis <[email protected]>
@codecov
Copy link

codecov bot commented Sep 5, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 34.0%. Comparing base (d1879e9) to head (b15aece).

Additional details and impacted files
@@            Coverage Diff            @@
##           develop   #2278     +/-   ##
=========================================
- Coverage     34.0%   34.0%   -0.0%     
=========================================
  Files          233     233             
  Lines        26341   26341             
  Branches      4127    4127             
=========================================
- Hits          8954    8953      -1     
  Misses       16666   16666             
- Partials       721     722      +1     

see 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@shnizzedy shnizzedy self-assigned this Sep 5, 2025
@shnizzedy shnizzedy requested review from a team September 5, 2025 16:52
@shnizzedy shnizzedy added this to the 1.8.8 release milestone Sep 5, 2025
@shnizzedy shnizzedy linked an issue Sep 5, 2025 that may be closed by this pull request
1 task
@shnizzedy shnizzedy moved this to 👀 In review in C-PAC Development Sep 5, 2025
@shnizzedy shnizzedy merged commit 83e4c7a into develop Sep 5, 2025
31 checks passed
@shnizzedy shnizzedy deleted the support branch September 5, 2025 19:56
@github-project-automation github-project-automation bot moved this from 👀 In review to ✅ Done in C-PAC Development Sep 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: ✅ Done

Development

Successfully merging this pull request may close these issues.

📝 Document maintenance status in README

3 participants